message = "Del.icio.us reported that the service is currently unavailable; your bookmarks cannot be updated. Contact Delicious for more informations.";
break;
case aError.FAVS_INVALID_AUTH:
message = "Del.icio.us reported that your username or password is wrong. Please log in to Del.icio.us again to update your authentication information.";
break;
default:
message = "Delicious returned an error: ["+aError.serviceErrorCode+"] "+aError.serviceErrorString;
}
// need this delay for the migration case
// see https://bugzilla.flock.com/show_bug.cgi?id=9051